home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak - Disc 2 / Infomagic - Windows 3-Pak (Disc 2 of 3).iso / FTP-Clients / lftp261.exe / 0 / RCDATA / TFRMREG / TFRMREG.txt
Text File  |  1999-09-07  |  2KB  |  94 lines

  1. object frmReg: TfrmReg
  2.   Left = 237
  3.   Top = 219
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register'
  6.   ClientHeight = 101
  7.   ClientWidth = 271
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblName: TLabel
  20.     Left = 25
  21.     Top = 16
  22.     Width = 53
  23.     Height = 13
  24.     Alignment = taRightJustify
  25.     Caption = 'User Name'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label1: TLabel
  34.     Left = 12
  35.     Top = 46
  36.     Width = 66
  37.     Height = 13
  38.     Alignment = taRightJustify
  39.     Caption = 'Serial Number'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object txtUserName: TEdit
  48.     Left = 85
  49.     Top = 13
  50.     Width = 166
  51.     Height = 21
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 0
  59.     OnChange = txtUserNameChange
  60.   end
  61.   object txtSerial: TEdit
  62.     Left = 85
  63.     Top = 42
  64.     Width = 166
  65.     Height = 21
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 1
  73.     OnChange = txtUserNameChange
  74.   end
  75.   object btnOk: TButton
  76.     Left = 72
  77.     Top = 72
  78.     Width = 56
  79.     Height = 20
  80.     Caption = '&OK'
  81.     TabOrder = 2
  82.     OnClick = btnOkClick
  83.   end
  84.   object btnCancel: TButton
  85.     Left = 143
  86.     Top = 72
  87.     Width = 56
  88.     Height = 20
  89.     Caption = 'Ca&ncel'
  90.     ModalResult = 2
  91.     TabOrder = 3
  92.   end
  93. end
  94.